From a633c2aeb1e1f6ab7c357a761f9ec1e313cbbdf1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 28 Nov 2006 22:01:40 +0000 Subject: [PATCH] (led-state): Fix typo in previous change. --- lisp/vt100-led.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el index 8310aa39117..06862182ee4 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el @@ -29,7 +29,7 @@ ;;; Code: (defvar led-state (make-vector 5 nil) - "The internal state of the LEDs. Choices are nil, t, 'flash. + "The internal state of the LEDs. Choices are nil, t, `flash'. Element 0 is not used.") (defun led-flash (l) -- 2.30.2